From: Daniel Golle Date: Wed, 10 Jun 2015 23:59:25 +0000 (+0200) Subject: asterisk-13.x: disable libneon detection X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=7a0cf0ee9f1068773cde7397d764778d120e7d96;p=feed%2Ftelephony.git asterisk-13.x: disable libneon detection Asterisk's build-system tries to build against libneon on host if headers are found. This is unintended and breaks the build. Explicetely disable neon and neon29 detection to fix that. Signed-off-by: Daniel Golle --- diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 36a0d4b..199bc18 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -181,6 +181,8 @@ CONFIGURE_ARGS+= \ --without-isdnnet \ --without-misdn \ --without-nbs \ + --without-neon \ + --without-neon29 \ --with-libxml2 \ --with-ncurses="$(STAGING_DIR)/usr" \ --without-netsnmp \